Cosmetic formatting fixes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Dec 2014 00:23:24 +0000 (19:23 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 Dec 2014 00:23:24 +0000 (19:23 -0500)
INSTALL.in

index 243c0b863e1f1940e6832e3038a5a23ea47e5d37..7a1dcec01e19dc3b1d0619d064b0be9e1268c368 100644 (file)
@@ -22,8 +22,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % tar xf gtk+-@GTK_VERSION@.tar.xz   # unpack the sources
-  % cd gtk+-@GTK_VERSION@              # change to the toplevel directory
+  % tar xf gtk+-@GTK_VERSION@.tar.xz          # unpack the sources
+  % cd gtk+-@GTK_VERSION@                     # change to the toplevel directory
   % ./configure                        # run the `configure' script
   % make                               # build GTK+
   [ Become root if necessary ]